home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 1998 June
/
SGI Freeware 1998 June.iso
/
dist
/
fw_UMINNgopher.idb
/
usr
/
freeware
/
src
/
gopher_1.12
/
gopher
/
forms.h.z
/
forms.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-09-09
|
380 b
|
23 lines
/*
* This defines the form type.
*/
struct form_struct {
int numfields;
char *Title;
char **tags;
char **values;
int *lengths;
int *xloc;
int *yloc;
};
typedef struct form_struct Form;
/** Operations on Forms ***/
BOOLEAN NewForm(/* Form* */);
void ModifyForm(/* Form* */);
void DisplayForm(/* Form* */);
void PrintForm(/* Form * */);